- nested class
- вложенный классОбъявление класса, вложенное в другой класс.
English-Russian glossary of C + +. 2014.
English-Russian glossary of C + +. 2014.
Class (computer science) — In object oriented programming, a class is a programming language construct that is used as a blueprint to create objects. This blueprint includes attributes and methods that the created objects all share.More technically, a class is a cohesive… … Wikipedia
Nested function — definitions can be compared to how a Matryoshka doll nests within larger versions of itself, in several levels. In computer programming, a nested function (or nested procedure/subroutine) is a function which is lexically (textually) encapsulated… … Wikipedia
Nested Context Language — (NCL) is a declarative authoring language for hypermedia documents. NCL is an XML application language, which provides several facilities for authoring a complete hypermedia document with synchronization relationships among its components. Among… … Wikipedia
Nested word — In computer science, more specifically in automata and formal language theory, nested words are a concept proposed by Alur and Madhusudan as a joint generalization of words, as traditionally used for modelling linearly ordered structures, and of… … Wikipedia
Nested radical — In algebra, a nested radical is a radical expression that contains another radical expression. Examples include: which arises in discussing the regular pentagon; or more complicated ones such as: Contents … Wikipedia
Class (computer programming) — In object oriented programming, a class is a construct that is used as a blueprint to create instances of itself – referred to as class instances, class objects, instance objects or simply objects. A class defines constituent members which enable … Wikipedia
Nested Grid Model — The Nested Grid Model (usually known as NGM for short) was a numerical weather prediction model run by the National Centers for Environmental Prediction, a division of the National Weather Service, in the United States. The NGM was, as its name… … Wikipedia
Inner class — In object oriented programming (OOP), an inner class or nested class is a class declared entirely within the body of another class or interface. It is distinguished from a subclass. Contents 1 Overview 2 Types of inner classes 3 Why can t an… … Wikipedia
Information Object Class (ASN.1) — ASN.1 Information Object Class is a concept widely used in ASN.1 specifications to address issues related to protocol specification similar to issues addressed by CORBA/IDL specifications.Information Object Classes are used for example to specify … Wikipedia
Java syntax — The syntax of the Java programming language is a set of rules that defines how a Java program is written and interpreted. Data structuresAlthough the language has special syntax for them, arrays and strings are not primitive types: they are… … Wikipedia
BETA — is a pure object oriented language originating within the Scandinavian School in object orientation where the first object oriented language Simula was developed. From a technical perspective, BETA provides several unique features. Classes and… … Wikipedia